LOAD COM CLASS
This command loads a COM, ActiveX or .NET DLL class from a previously registered COM, ActiveX or .NET DLL and creates a new instance. The name of the class usually consists of the DLL name (without extension) followed by a dot and the name of the class. Example: "MyDll.MyClass". You can use LOAD COM CLASS to load classes from applications that support OLE automation too.

ARGUMENTS:
* Class Name = The name of an exported class.
* Com Number = A free COM instance number between 1 and 256.


SYNTAX
LOAD COM CLASS Class Name,Com Number


RELATED INFO
View COM, ActiveX, .NET Index
View STYX Index
View STYX Main File